projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a361deb
)
(cancel-timer): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 1996 16:10:14 +0000
(16:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Oct 1996 16:10:14 +0000
(16:10 +0000)
lisp/timer.el
patch
|
blob
|
history
diff --git
a/lisp/timer.el
b/lisp/timer.el
index b728aeda2877c83cd6a23c933594eb7d48bb95c6..a18019e7f65ad9b02d556fb1eb7910c562f0763b 100644
(file)
--- a/
lisp/timer.el
+++ b/
lisp/timer.el
@@
-210,7
+210,9
@@
fire repeatedly that many seconds apart."
nil)
(error "Invalid or uninitialized timer")))
+;;;###autoload
(defalias 'disable-timeout 'cancel-timer)
+;;;###autoload
(defun cancel-timer (timer)
"Remove TIMER from the list of active timers."
(or (timerp timer)